home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 146
/
(Vol 146) Jan 07 2012.iso
/
Games
/
scuba.swf
/
scripts
/
DefineButton2_58
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2012-01-07
|
219b
|
13 lines
on(release){
_root.gSkillLevel = "cadet";
_root.gLevelChosen = true;
if(_root.gPlayAgain == true)
{
_root.gotoAndStop("game");
}
else
{
_root.gotoAndStop("briefing");
}
}